home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / demo / impact.lha / impact / impact.txt < prev    next >
Text File  |  1996-09-10  |  927b  |  32 lines

  1.  
  2.        _      ____ _____ _____ ______
  3.       ///\  /\\   \\ ___\\ ___\\    _\
  4.      ////\\//\\\   \\\__\\\\  ¯ ¯¯\ \¯
  5.     ////  \/  \\\\¯¯ \ ___\\\___   \ \
  6.    ////        \\\\   \\  \\\   \   \ \
  7.    ¯ ¯          ¯ ¯    ¯   ¯ ¯¯¯¯    ¯¯
  8.  
  9.   This is an example of how to code Demos in Blitz2. If you are interested
  10.   in the source-codes, you may have a look at them in the "scr"-drawer.
  11.   There are two versions in the archive: One for MC68030 processors and
  12.   above, and one for MC68020 processors, but I hope nobody will need that!
  13.  
  14.   To start the demo you have to disable the cpu-caches and you have to use
  15.   an assign:
  16.  
  17.         ASSIGN impact: <path>
  18.  
  19.   Replace <path> with the path where "impact.exe" and all the other files
  20.   are to be found. Then change directory to "impact:" and type
  21.  
  22.         impact.exe
  23.  
  24.      or
  25.  
  26.         impact020.exe
  27.  
  28.   to start the demo.
  29.  
  30.                                               ...have fun :-)
  31.  
  32.